performanceString

Class: com.microstrategy.web.app.taglibs.PerformanceStringTag

Usage:

This custom tag is designed to be used together with the {@link LoggingTag} for being able to track down client rendering issues. This no-attribute tag will display the required JavaScript code for stopping the timer triggered for measuring the page's rendering time, so it should be placed to be executed after the page has finished.
For example:
<web:performanceString runat="server" />

Name Required? Description
runat true Indicates that the ASP.Net control should be processed on the server